Xbasic

REGISTRY.DROP_SETTINGS Function

Syntax

V REGISTRY.DROP_SETTINGS(C name)

Arguments

nameCharacter

The name of a registry entry.

Description

Drop settings from the registry.

Discussion

The REGISTRY.DROP_SETTINGS() method deletes the Registry_Key from the REGISTRY. The Registry_Key is relative to the root key. The root key is for Alpha Anywhere:

HKEY_CURRENT_USER\Software\Alpha Software\Alpha Anywhere 12.0

Example

Delete the variables under the registry key of UserInformation.

REGISTRY.DROP_SETTINGS("UserInformation")
You must first drop all sub-keys or else the command will not work.

See Also